Skip to main content

Certificate Validation

POST Certificate Validation

Method: POST

URL: https://kms.bpsdmkemhan.id/api/development/certificate_validation

Description

This API endpoint is used to validate a certificate by making an HTTP POST request to the specified URL. The request should include a payload with the certificate ID.

Request Body

  • certificate_id (number, required): The ID of the certificate to be validated.

    Response

    The response of this request is documented as a JSON schema.

KeyValue
Content-Typeapplication/json
x-api-key1234

Request Body (Json)

 {
"certificate_id": 60
}